home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir26 / epi601_1.zip / CDISK01.BAT < prev    next >
DOS Batch File  |  1994-08-22  |  589b  |  22 lines

  1. : 278528 280576 288768 303104 327680 
  2. :rem *DOS commands needed to create directories, change to directories,
  3. :rem ** and expand and copy the files in this group.  Uses parameter
  4. :rem ** *%1, source disk.
  5. if not exist %1\command.com goto continue
  6. echo off
  7. echo  
  8. echo  If you need to switch disks in drive %1, please do so now.
  9. echo  
  10. pause
  11. echo on
  12. :continue
  13. copy install6.exe %1
  14. copy install.exe %1
  15. copy *.dat  %1
  16. copy econfig.sys %1
  17. if exist readme copy readme %1
  18. copy files01.exe  %1
  19. if exist bgi01.exe copy bgi01.exe %1
  20. copy disk01.bat  %1
  21. copy cdisk01.bat  %1
  22.